home *** CD-ROM | disk | FTP | other *** search
- Path: newsroom.hitc.com!usenet
- From: psand@eos.hitc.com (G. Patrick Sand)
- Newsgroups: comp.lang.c++
- Subject: Re: VC++ Question, Please help
- Date: 16 Jan 1996 21:09:30 GMT
- Organization: Hughes Aircraft (EOSDIS)
- Message-ID: <4dh46a$t81@newsroom.hitc.com>
- References: <4dg779$1im@bignews.shef.ac.uk>
- NNTP-Posting-Host: 155.157.118.56
- Mime-Version: 1.0
- X-Newsreader: WinVN 0.99.3
-
- In article <4dg779$1im@bignews.shef.ac.uk>, abdullah@dcs.shef.ac.uk
- says...
- >
- >If I have two separate VC++ applications (say A and B) how can execute B
- from
- >inside A through a menu option. In short, is there any MFC command to
- execute B
- >application.
- >
- >Very urgent PLEASE HELP.
- >
- >yours sincerely
- >Alghamdi
- >
- you might want to look at system() or exec...() functions to transfer
- control to the second program from the first (system() returns a code;
- exec...()--many flavors--overlaps first app with second...
-
- Or----if you are Windows or Win95, make it an OLE object and make an OLE
- call to it...(good luck with this one...)
-
- Hope this helps...
- --
- G. Patrick Sand
- psand@eos.hitc.com
- PatSand@aol.com
- (301) 925-0791
- "Travel Light But Right..."
- Microsoft Network is prohibited from redistributing
- this work in any form, in whole or in part. License
- to distribute this individual post is available to Microsoft
- for $999. Posting without permission constitutes an
- agreement to these terms...gps
-
-